home *** CD-ROM | disk | FTP | other *** search
/ PC Open 14 / pcopen14.iso / Zipped / CREATORE.ZIP / DATA.Z / fade to white.mmb < prev    next >
Encoding:
Text File  |  1997-09-22  |  427 b   |  25 lines

  1. This behaviour was generated using Creator Pro (c).
  2. The file is provided "as is" without warranty of any kind. The author will not
  3. be liable for any damages whatsoever arising out of the use of this behaviour.
  4.  
  5. [VER]
  6. Creator Pro Behaviour v1.1
  7.  
  8. [NAME]
  9. fade to white
  10.  
  11. [VAR]
  12. rg
  13. speed
  14.  
  15. [SCRIPT]
  16. if (rg=0) then
  17.    rg=5
  18.    speed=2
  19. endif
  20. if (rg>250)
  21.    kill (me)
  22. endif
  23. rg=rg+speed
  24. object.setColor(rg, rg, rg)
  25.